home *** CD-ROM | disk | FTP | other *** search
-
- ; WhatArc v2.00 configuration file
- ; ================================
- ;
- ; General Info
- ; ------------
-
- LOG d:\qbbs\system.log ; Log file - can't use TB logfile
- SCREEN 128 ; Save screen if more than 128 RAM is left
-
- ; Archivers
- ; ---------
- ; The masks can contain the following placeholders:
- ;
- ; %1 - archive path %2 - archive name
- ; %3 - packet path %4 - packet name
- ;
- ; The paths _do_not_ have a trailing backslash. The command lines are
- ; _not_ uppercased by WhatArc.
-
- ARC_X d:\tb\arc\arc.ttp XO %1\%2 %3\%4 ; ARC extract mask
- ZIP_X d:\tb\arc\unzip.ttp xo %1\%2 %3\%4 ; ZIP extract mask
- LZH_X d:\tb\arc\lharc.ttp xuo %1\%2 %3\%4 ; LZH extract mask
-
- ARC_A d:\tb\arc\arc.ttp M %1\%2 %3\%4 ; ARC create mask
- ZIP_A d:\tb\arc\zip.ttp m %1\%2 %3\%4 ; ZIP create mask
- LZH_A d:\tb\arc\lharc.ttp mu %1\%2 %3\%4 ; LZH create mask
-
- ; Who gets what?
- ; --------------
-
- DEFAULT ARCmail ; Everyone gets ARCmail
- SEND 2:282/301 LZHmail ; except 2:282/301 who gets LZHmail
- SEND 2:282/350 ZIPmail ; and 2:282/350 who gets ZIPmail
-
-